runtime.g.guintptr (method)

6 uses

	runtime (current package)
		mgcmark.go#L382: 	q := gQueue{list.head, tail.guintptr(), list.size}
		proc.go#L4066: 	q := gQueue{glist.head, tail.guintptr(), glist.size}
		proc.go#L7553: 	q := gQueue{batch[0].guintptr(), batch[n].guintptr(), int32(n + 1)}
		runtime2.go#L256: func (gp *g) guintptr() guintptr {
		traceback.go#L218: 		g:            gp.guintptr(),